|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwiiusej.wiiuseapirequest.WiiUseApiRequest
wiiusej.wiiuseapirequest.FloatValueRequest
public class FloatValueRequest
Represents a request with a float value to pass to wiiuse API.
| Field Summary | |
|---|---|
private float |
floatValue
|
| Constructor Summary | |
|---|---|
FloatValueRequest(int id,
int type)
Constructor setting the id of the wiimote concerned. |
|
FloatValueRequest(int id,
int type,
float th)
Constructor setting the id of the wiimote concerned. |
|
| Method Summary | |
|---|---|
float |
getFloatValue()
Get the float value. |
void |
setFloatValue(float val)
Set the float value. |
| Methods inherited from class wiiusej.wiiuseapirequest.WiiUseApiRequest |
|---|
getId, getRequestType, setId, setRequestType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private float floatValue
| Constructor Detail |
|---|
public FloatValueRequest(int id,
int type)
id - the id of the wiimote concerned.
public FloatValueRequest(int id,
int type,
float th)
id - the id of the wiimote concerned.type - type of the requestth - threshold in degrees| Method Detail |
|---|
public float getFloatValue()
public void setFloatValue(float val)
val - the value to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||